Skip to main content
Version: 2.12

Setting Up Firebase Project

Step 1: Setting Up Firebase Project

Before integrating Firebase Cloud Messaging (FCM) into your Android app, you need to set up a Firebase project:

Create a Firebase Project:

  • Go to the Firebase Console.
  • Follow the setup wizard to create a new Firebase project.
  • Once created, download the google-services.json file and place it in the app directory of your Android project.
  • Add Cloud Messaging to your project via Firebase Console.